[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Gets an enterprise management object with property access rights from the provided unique identifier. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As IEntityObjectsManagement
Dim objectId As Guid
Dim returnValue As EnterpriseManagementObject

returnValue = instance.GetObjectWithAccessRights(objectId)

Syntax

Visual Basic
Function GetObjectWithAccessRights(Of T As EnterpriseManagementObject) ( _
		objectId As Guid _
) As EnterpriseManagementObject
C#
EnterpriseManagementObject GetObjectWithAccessRights<T> (
		Guid objectId
) where T : EnterpriseManagementObject
C++
generic<typename T> where T : EnterpriseManagementObject
EnterpriseManagementObject^ GetObjectWithAccessRights (
		Guid objectId
)
J#

JScript

GenericParameters

T

Of type EnterpriseManagementObject.

Parameters

objectId

Type: Guid

The unique object identifier.

Return Value

Type: EnterpriseManagementObject The enterprise management object that has property access rights.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also